home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- //Borland C++Builder
- //Copyright (c) 1987, 1997 Borland International Inc. All Rights Reserved.
- //----------------------------------------------------------------------------
- //---------------------------------------------------------------------------
- #include <vcl.h>
- #pragma hdrstop
-
- #include "RecForm.h"
- //---------------------------------------------------------------------------
- #pragma resource "*.dfm"
- TRecViewForm *RecViewForm;
- //---------------------------------------------------------------------------
- __fastcall TRecViewForm::TRecViewForm(TComponent* Owner)
- : TStdDataForm(Owner)
- {
- }
- //---------------------------------------------------------------------------
-
-